Skip to content

Conversation

BillCarsonFr
Copy link
Member

@BillCarsonFr BillCarsonFr commented Oct 1, 2025

Better reviewed commit per commit

Updated the test because now name will be the userId instead of default display name
Copy link
Member

@robintown robintown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice work with fixing things up as you go. For the sake of getting our two branches merged into one as soon as possible, I went ahead and applied some changes directly for things which seemed hopefully uncontrovertial - if you like you can have a look through them. The rest of my comments are mostly about things from my branch that seem to have been lost in the previous merge conflicts.

I did also confirm that the app runs and connects to an SFU successfully.

Comment on lines +226 to +229
scope.onEnd(() => {
this.muteStates.audio.unsetHandler();
this.muteStates.video.unsetHandler();
});
Copy link
Member

@robintown robintown Oct 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In 86fb026 I moved these calls to unsetHandler to the stop method as scope.onEnd happens much later than what we need for SFU-hopping. I believe they should stay there in stop.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, scratch that, we should just give the Connection class a proper ObservableScope of its own that ends at the right time (when CallViewModel is about to drop the Connection object).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can work on that.

@robintown robintown force-pushed the voip-team/rebased-multiSFU branch from 0fd4143 to de5f519 Compare October 10, 2025 13:52
@BillCarsonFr BillCarsonFr marked this pull request as ready for review October 10, 2025 14:53
@BillCarsonFr BillCarsonFr requested a review from a team as a code owner October 10, 2025 14:53
@BillCarsonFr BillCarsonFr requested review from Half-Shot and removed request for a team October 10, 2025 14:53
@BillCarsonFr BillCarsonFr merged commit c846ea6 into voip-team/rebased-multiSFU Oct 13, 2025
7 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants